adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Range<T> Class / ToString Method


In This Topic
    ToString Method (Range<T>)
    In This Topic
    Returns a string that represents the current object. Returns a string representation of the range.
    Syntax
    'Declaration
     
    
    Public Overrides Function ToString() As String
    public override string ToString()
    public:
    String^ ToString(); override 

    Return Value

    A string that represents the current object.
    Remarks
    If Min and Max are equal, returns Min. If they are different, returns the two values separated by the RangeSeparator.
    See Also